home *** CD-ROM | disk | FTP | other *** search
- Path: news.usaor.net!usaor!not-for-mail
- From: bley@usaor.net (Bill Ley)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Dialscript needed
- Date: 9 Jan 1996 19:38:45 GMT
- Organization: USA on Ramp
- Message-ID: <4cug85$c38@news.usaor.net>
- NNTP-Posting-Host: dyn215.gator1.usaor.com
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
-
- I've been having trouble with my dialscript I use with AmiTCP. It seems
- as it just hangs right after I send my password. I've changed the script
- after that point and no I get an error. Could someone tell me what I'm
- doing wrong? Here is the script I use:
-
- TIMEOUT 1500
- REDIAL "BUSY"
- delay 100
- send "ATZ"
- wait "OK"
- delay 5
- SEND "ATDT 3914905"
- WAIT "CONNECT"
- delay 2
- SEND ""
- WAIT "ogin"
- SEND "bley"
- WAIT "assword"
- SEND "xxx"
- SEND "MTU"
- delay 50
-
- Should there be something that says WAIT "PPP"? How do I get out
- of the script after I connect?
-
- ============================================================================
- Bill Ley - bley@usaor.net - bley@bix.com - http://www.usaor.net/users/bley/
- "Ride to Live, Live to Ride" 95 FXDS-Conv
- -- If you have to ask, you wouldn't understand --
- A3000/USR Courier 28.8 | Usa On Ramp-Pittsburgh, PA
- ============================================================================
-
-